SourceTable returns a value that indicates the name of the table that is the original source of the data for an rdoColumn object.
This property is not available at design time and is read-only at run time.
Syntax
object.SourceTable
The object placeholder is an object expression that evaluates to an object in the Applies To list.
Return Values
The SourceTable property returns a string expression that specifies the name of the table that is the source of data.
Remarks
This property indicates the original table name associated with an rdoColumn object. For example, you could use these properties to determine the original source of the data in a query column whose name is unrelated to the name of the column in the underlying table.
For columns in rdoResultset objects, the SourceColumn and SourceTable properties return the column name and table name of the base table or the columns and table(s) used to define the query.